HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 151 - 175 of 2398) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/common/
rbbisetb.h 54 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
55 // where appearing in the second (higher) part.
92 void serializeTrie(uint8_t *where); // write out the serialized Trie.
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.h 129 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
138 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 73 char *capng_print_caps_numeric(capng_print_t where, capng_select_t set);
74 char *capng_print_caps_text(capng_print_t where, capng_type_t which);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteQueryBuilder.java 16 String[] columns, String where, String groupBy, String having,
34 conditionallyAppend(sb, " WHERE ", where);
ShadowSpannableStringBuilder.java 36 public Editable insert(int where, CharSequence text) {
37 builder.insert(where, text.toString());
  /external/tensorflow/tensorflow/python/kernel_tests/
where_op_test.py 40 ans = array_ops.where(x)
52 array_ops.where([False, True], [1, 2], None)
54 array_ops.where([False, True], None, [1, 2])
71 truth = np.vstack([np.where(x)[0].astype(np.int64)]).T
97 truth = np.where(np.abs(x) > 0) # Tuples of indices by axis.
133 np_val = np.where(x > 0, x * x, -x)
135 tf_val = array_ops.where(constant_op.constant(x) > 0, x * x, -x).eval()
153 op = array_ops.where(v)
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m 9 %file: The PCM file where the signal is stored in int16 format.
  /frameworks/native/services/surfaceflinger/
SurfaceTracing.cpp 59 void SurfaceTracing::traceLayers(const char* where, LayersProto layers) {
64 entry->set_where(where);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug437.go 8 // interface defined in a third package, where the interface has a
gcc61265.go 8 // where the elements are zero-sized values.
issue10047.go 7 // Issue 10047: gccgo failed to compile a type switch where the switch variable
issue19671.go 8 // where T is not SSA-able.
issue19696.go 8 // where T is not SSA-able.
issue21770.go 7 // Issue 21770: gccgo incorrectly accepts "p.f = 0" where p is **struct
  /prebuilts/go/linux-x86/test/fixedbugs/
bug437.go 8 // interface defined in a third package, where the interface has a
gcc61265.go 8 // where the elements are zero-sized values.
issue10047.go 7 // Issue 10047: gccgo failed to compile a type switch where the switch variable
issue19671.go 8 // where T is not SSA-able.
issue19696.go 8 // where T is not SSA-able.
issue21770.go 7 // Issue 21770: gccgo incorrectly accepts "p.f = 0" where p is **struct
  /sdk/files/proguard/bin/
proguard.bat 6 rem Change current directory and drive to where the script is, to avoid
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
nohazard.s 1 # This test case includes a number of cases where there is no load
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-pcrel-relax-0.d 6 # where the address referred depends on the size of the instruction;
mips16-pcrel-relax-2.d 6 # where the address referred depends on the size of the instruction;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
fb-2.s 1 # Test fb-label where the insn or pseudo on line with definition uses an

Completed in 515 milliseconds

1 2 3 4 5 67 8 91011>>