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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.g     [all...]
antlr.c 1513 char *akaString=NULL; TermEntry *te;int save_file=0,save_line=0; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 729 var te ThreadEntry32
730 te.Size = uint32(unsafe.Sizeof(te))
731 ret, _, err := _Thread32First.Call(uintptr(snapshot), uintptr(unsafe.Pointer(&te)))
735 for te.OwnerProcessID != uint32(childpid) {
736 ret, _, err = _Thread32Next.Call(uintptr(snapshot), uintptr(unsafe.Pointer(&te)))
741 h, _, err := _OpenThread.Call(_THREAD_SUSPEND_RESUME, 1, uintptr(te.ThreadID))
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 729 var te ThreadEntry32
730 te.Size = uint32(unsafe.Sizeof(te))
731 ret, _, err := _Thread32First.Call(uintptr(snapshot), uintptr(unsafe.Pointer(&te)))
735 for te.OwnerProcessID != uint32(childpid) {
736 ret, _, err = _Thread32Next.Call(uintptr(snapshot), uintptr(unsafe.Pointer(&te)))
741 h, _, err := _OpenThread.Call(_THREAD_SUSPEND_RESUME, 1, uintptr(te.ThreadID))
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 244 te = de
261 testKe[i+1] = uint32((de / te) * m2)
262 te = de
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 244 te = de
261 testKe[i+1] = uint32((de / te) * m2)
262 te = de
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 532 } catch (RemoteException | TimeoutException | InterruptedException te) {
533 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", te);
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 338 te = typeexpr.type_expression( None )
345 te.set_base_type_node( tn )
347 self.type_expr = te
    [all...]
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
OpTestCase.java 151 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) {
152 setContext("Terminal stream", te.getKey());
154 .terminal(se.getValue(), te.getValue())
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
OpTestCase.java 152 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) {
153 setContext("Terminal stream", te.getKey());
155 .terminal(se.getValue(), te.getValue())
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 3435 theme_entry* te = pi->types[j].entries; local
3449 theme_entry* te = pi->types[j].entries; local
3662 const theme_entry& te = ti.entries[e]; local
3736 const theme_entry& te = ti.entries[k]; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1383 CvPolyEdge *te = last->next; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_3d_top.h 609 dw[1] = ds->te[0];
610 dw[2] = ds->te[1];
611 dw[3] = ds->te[2];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 1168 static struct timeval ts, te; variable in typeref:struct:
1170 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \
1171 (((te).tv_sec - (ts).tv_sec)*1000000))
1176 static struct tms ts, te; variable in typeref:struct:
1178 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime)
    [all...]
  /external/icu/icu4c/source/common/
locmap.c 660 ILCID_POSIX_ELEMENT_ARRAY(0x044a, te, te_IN)
886 ILCID_POSIX_MAP(te), /* te Telugu 0x4a */
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /build/kati/
eval.go 464 te := traceEvent.begin("include", literal(fname), traceEventMain)
466 traceEvent.end(te)
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /external/libvpx/libvpx/build/make/
configure.sh 912 arch_int=${arch_int%%te}
985 arch_int=${arch_int%%te}
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java     [all...]

Completed in 2369 milliseconds

1 2 3 4 5 67 8 91011>>