HomeSort by relevance Sort by last modified time
    Searched full:begins (Results 1 - 25 of 1070) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/x86/
aad_aam.stdout.exp 1 test begins
  /external/sepolicy/
kernel.te 1 # Life begins with the kernel.
  /external/webkit/LayoutTests/fast/encoding/
tag-name-digit-expected.txt 3 This test checks that charset sniffer does not get confused by text that looks like a tag whose name begins with a digit.
tag-name-digit.html 2 <title>Test a tag name that begins with a digit</title>
24 <p>This test checks that charset sniffer does not get confused by text that looks like a tag whose name begins with a digit.</p>
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.h 32 HTTPREAD_HDR_TYPE_REPLY = 1, /* hdr begins w/ HTTP/ */
33 HTTPREAD_HDR_TYPE_GET = 2, /* hdr begins with GET<sp> */
34 HTTPREAD_HDR_TYPE_HEAD = 3, /* hdr begins with HEAD<sp> */
35 HTTPREAD_HDR_TYPE_POST = 4, /* hdr begins with POST<sp> */
36 HTTPREAD_HDR_TYPE_PUT = 5, /* hdr begins with ... */
37 HTTPREAD_HDR_TYPE_DELETE = 6, /* hdr begins with ... */
38 HTTPREAD_HDR_TYPE_TRACE = 7, /* hdr begins with ... */
39 HTTPREAD_HDR_TYPE_CONNECT = 8, /* hdr begins with ... */
40 HTTPREAD_HDR_TYPE_NOTIFY = 9, /* hdr begins with ... */
41 HTTPREAD_HDR_TYPE_M_SEARCH = 10, /* hdr begins with ... *
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.h 26 HTTPREAD_HDR_TYPE_REPLY = 1, /* hdr begins w/ HTTP/ */
27 HTTPREAD_HDR_TYPE_GET = 2, /* hdr begins with GET<sp> */
28 HTTPREAD_HDR_TYPE_HEAD = 3, /* hdr begins with HEAD<sp> */
29 HTTPREAD_HDR_TYPE_POST = 4, /* hdr begins with POST<sp> */
30 HTTPREAD_HDR_TYPE_PUT = 5, /* hdr begins with ... */
31 HTTPREAD_HDR_TYPE_DELETE = 6, /* hdr begins with ... */
32 HTTPREAD_HDR_TYPE_TRACE = 7, /* hdr begins with ... */
33 HTTPREAD_HDR_TYPE_CONNECT = 8, /* hdr begins with ... */
34 HTTPREAD_HDR_TYPE_NOTIFY = 9, /* hdr begins with ... */
35 HTTPREAD_HDR_TYPE_M_SEARCH = 10, /* hdr begins with ... *
    [all...]
  /frameworks/base/tests/RenderScriptTests/MiscSamples/res/raw/
shader2v.glsl 5 // This is where actual shader code begins
shadercubev.glsl 3 // This is where actual shader code begins
shader2movev.glsl 5 // This is where actual shader code begins
shaderv.glsl 7 // This is where actual shader code begins
  /frameworks/base/tests/RenderScriptTests/PerfTest/res/raw/
shader2v.glsl 5 // This is where actual shader code begins
shader2movev.glsl 5 // This is where actual shader code begins
  /frameworks/base/tests/RenderScriptTests/SceneGraph/res/raw/
shader2v.glsl 10 // This is where actual shader code begins
  /bootable/diskinstaller/
android_img_data_layout.conf 38 # (extended partion begins)
android_img_system_layout.conf 37 # (extended partion begins)
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 49 []() { return a; }; // expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{begins here}}
54 []() { return [&]() { return a; }; }; // expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
55 []() { return ^{ return a; }; };// expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
56 []() { return [&a] { return a; }; }; // expected-error 2 {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note 2 {{lambda expression begins here}}
76 // expected-note{{lambda expression begins here}}
87 []() { return h; }; // expected-error {{variable 'h' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
94 [] { return ref_i; }; // expected-error {{variable 'ref_i' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
  /external/qemu/android/protocol/
core-commands.h 70 * string begins inside this structure, right after the "name"'s
87 * string begins inside this structure, right after the "name"'s
100 /* Queried qemu path begins here. */
  /external/chromium/chrome/browser/importer/
importer_progress_dialog.h 19 // Shows an UI for importing and begins importing the specified |items| from
importer_progress_observer.h 17 // Invoked when the import begins.
  /external/chromium/net/base/
network_change_notifier_win.h 32 // Begins listening for a single subsequent address change.
  /external/clang/test/ARCMT/
atautorelease-check.m 102 // expected-note {{scope begins here}}
115 // expected-note {{scope begins here}}
127 // expected-note {{scope begins here}}
138 // expected-note {{scope begins here}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p19.cpp 10 auto lambda1 = [i]() { }; // expected-note 2 {{lambda expression begins here}}
  /external/clang/test/CodeGen/
2008-07-30-redef-of-bitcasted-decl.c 4 /* For posterity, the issue here begins initial "char []" decl for
  /external/webkit/Source/WebCore/manual-tests/
audio-volume.html 22 <p>TEST: Audio volume should be 0.05 when the movie begins playing.</p>
  /frameworks/base/core/java/android/database/sqlite/
SQLiteTransactionListener.java 24 * Called immediately after the transaction begins.

Completed in 1833 milliseconds

1 2 3 4 5 6 7 8 91011>>