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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
enable_if.c 30 "chosen when target buffer size is known")))
35 size_t strnlen(const char *s, size_t maxlen) // expected-note{{candidate disabled: chosen when 'maxlen' is known to be less than or equal to the buffer size}}
38 "chosen when target buffer size is known")))
40 "chosen when 'maxlen' is known to be less than or equal to the buffer size")))
46 "chosen when target buffer size is known")))
48 "chosen when 'maxlen' is larger than the buffer size")))
81 __attribute__((enable_if(n == 0, "chosen when 'n' is zero"))) void f1(int n); // expected-error{{use of undeclared identifier 'n'}}
83 int n __attribute__((enable_if(1, "always chosen"))); // expected-warning{{'enable_if' attribute only applies to functions}}
85 void f(int n) __attribute__((enable_if("chosen when 'n' is zero", n == 0))); // expected-error{{'enable_if' attribute requires a string}}
89 void f(int n) __attribute__((enable_if(unresolvedid, "chosen when 'unresolvedid' is non-zero"))); // expected-error{{use of undeclared identifier 'unresolvedi (…)
    [all...]
  /external/clang/test/SemaCXX/
enable_if.cpp 9 X(bool b) __attribute__((enable_if(b, "chosen when 'b' is true"))); // expected-note{{candidate disabled: chosen when 'b' is true}}
11 void f(int n) __attribute__((enable_if(n == 0, "chosen when 'n' is zero")));
12 void f(int n) __attribute__((enable_if(n == 1, "chosen when 'n' is one"))); // expected-note{{member declaration nearly matches}} expected-note{{candidate disabled: chosen when 'n' is one}}
14 static void s(int n) __attribute__((enable_if(n == 0, "chosen when 'n' is zero"))); // expected-note2{{candidate disabled: chosen when 'n' is zero}}
16 void conflict(int n) __attribute__((enable_if(n+n == 10, "chosen when 'n' is five"))); // expected-note{{candidate function}}
17 void conflict(int n) __attribute__((enable_if(n*2 == 10, "chosen when 'n' is five"))); // expected-note{{candidate function}}
19 operator long() __attribute__((enable_if(true, "chosen on your platform")))
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p7.cpp 14 B b = {}; // expected-error {{chosen constructor is explicit}}
  /external/noto-fonts/
README.android 1 This directory contains the fonts from the Noto project, chosen for
  /cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
Camera2Activity.java 93 final String chosen = cameraIds[0]; local
95 manager.openCamera(chosen, new CameraDevice.StateCallback() {
99 chosen);
100 Log.i(TAG, "Camera " + chosen + " is opened");
106 chosen);
107 Log.i(TAG, "Camera " + chosen + " is disconnected");
113 " Camera " + chosen + " experienced error " + i);
114 Log.e(TAG, "Camera " + chosen + " onError called with error " + i);
  /frameworks/base/keystore/java/android/security/
KeyChainAliasCallback.java 27 * Called with the alias of the certificate chosen by the user, or
28 * null if no value was chosen.
  /external/kernel-headers/original/uapi/linux/
binfmts.h 12 * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_clear.3 3 capng_clear \- clear chosen capabilities set
capng_fill.3 3 capng_fill \- fill chosen capabilities set
  /external/llvm/cmake/modules/
AddLLVMDefinitions.cmake 2 # options chosen via `add_definitions', so we need our own method for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
binfmts.h 12 * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
binfmts.h 12 * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Choice.java 16 * The encoding of a choice value shall be the same as the encoding of a value of the chosen type.
18 * NOTE 1 — The encoding may be primitive or constructed depending on the chosen type.
20 * NOTE 2 — The tag used in the identifier octets is the tag of the chosen type,
  /packages/providers/MediaProvider/res/values/
strings.xml 27 <!-- Choice in the ringtone picker. If chosen, the default ringtone will be used. -->
30 <!-- Choice in the notification sound picker. If chosen, the default notification sound will be
34 <!-- Choice in the alarm sound picker. If chosen, the default alarm sound will be used. -->
  /external/skia/src/codec/
SkJpegUtility.h 44 // This size was chosen because it matches SkImageDecoder.
  /development/samples/VoiceRecognitionService/
_index.html 13 chosen by the user in the simplistic settings activity.</p>
22 as expected if this sample recognition service is chosen in settings. Other simpler
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SampleChooserTargetService.java 54 // The name of the component to be launched if this target is chosen.
57 // chosen.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentContextMenu.java 69 Toast.makeText(getActivity(), "Item 1a was chosen", Toast.LENGTH_SHORT).show();
72 Toast.makeText(getActivity(), "Item 1b was chosen", Toast.LENGTH_SHORT).show();
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 69 Log.i("ContextMenu", "Item 1a was chosen");
72 Log.i("ContextMenu", "Item 1b was chosen");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
Cluster.java 67 * Get the point chosen to be the center of this cluster.
68 * @return chosen cluster center
  /external/icu/icu4c/source/tools/genrb/
rle.h 36 * The ESCAPE_BYTE value is chosen so as not to collide with commonly
53 * The ESCAPE value is chosen so as not to collide with commonly
  /external/v8/test/webkit/
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 42 // chosen for the callee here is the same as the one that will be chosen for the first non-this argument below,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 443 schedule_node *chosen = NULL; local
449 if (!chosen || n->unblocked_time < chosen_time) {
450 chosen = n;
456 assert(chosen);
457 chosen->remove();
458 next_block_header->insert_before(chosen->inst);
471 for (int i = 0; i < chosen->child_count; i++) {
472 schedule_node *child = chosen->children[i];
475 time + chosen->child_latency[i]);
488 if (chosen->inst->is_math())
    [all...]
  /bionic/tests/libs/
dlext_test_library.cpp 20 return 4; // chosen by fair dice roll.
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 29 * Bias arena index bits so that 0 encodes "use an automatically chosen arena".

Completed in 1240 milliseconds

1 2 3 4 5 6 7 8 91011>>