HomeSort by relevance Sort by last modified time
    Searched refs:cl (Results 626 - 650 of 1031) sorted by null

<<21222324252627282930>>

  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 137 Class<?> cl = Class local
139 in = cl.getResourceAsStream(iniName);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 89 static Constructor getConstructor(Class cl) {
91 return cl.getConstructor(Context.class, ViewGroup.class);
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 28 static cl::opt<int>
29 FMAContractLevel("nvptx-fma-level", cl::ZeroOrMore,
30 cl::desc("NVPTX Specific: FMA contraction (0: don't do it"
32 cl::init(2));
34 static cl::opt<int> UsePrecDivF32(
35 "nvptx-prec-divf32", cl::ZeroOrMore,
36 cl::desc("NVPTX Specifies: 0 use div.approx, 1 use div.full, 2 use"
38 cl::init(2));
40 static cl::opt<bool>
42 cl::desc("NVPTX Specific: 0 use sqrt.approx, 1 use sqrt.rn.")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 132 def allmethods(cl):
134 for key, value in inspect.getmembers(cl, _is_some_method):
136 for base in cl.__bases__:
139 methods[key] = getattr(cl, key)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 132 def allmethods(cl):
134 for key, value in inspect.getmembers(cl, _is_some_method):
136 for base in cl.__bases__:
139 methods[key] = getattr(cl, key)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 36 * cl
47 * The interface is contained with a single C++ header file \em cl.hpp and all
48 * definitions are contained within the namespace \em cl. There is no additional
49 * requirement to include \em cl.h and to use either the C++ or original C
50 * bindings it is enough to simply include \em cl.hpp.
59 * http://www.khronos.org/registry/cl/specs/opencl-cplusplus-1.1.pdf
72 * #include <OpenCL/cl.hpp>
74 * #include <CL/cl.hpp>
92 * std::vector<cl::Platform> platforms
189 namespace cl { namespace
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 36 * cl
47 * The interface is contained with a single C++ header file \em cl.hpp and all
48 * definitions are contained within the namespace \em cl. There is no additional
49 * requirement to include \em cl.h and to use either the C++ or original C
50 * bindings it is enough to simply include \em cl.hpp.
59 * http://www.khronos.org/registry/cl/specs/opencl-cplusplus-1.1.pdf
72 * #include <OpenCL/cl.hpp>
74 * #include <CL/cl.hpp>
92 * std::vector<cl::Platform> platforms
189 namespace cl { namespace
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 1050 UChar32 cu, cs, cl; local
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 33 cl::opt<std::string>
35 cl::desc("Specify the name of an IR file to load for function definitions"),
36 cl::value_desc("input IR file name"));
38 cl::opt<bool>
40 cl::desc("Enable use of the MCJIT object caching"),
41 cl::init(false));
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 1983 mov cl, [esi + ebx] \/\/ load cl with Prior(x) local
2256 mov cl, [esi + ebx] \/\/ load cl with Prior(x) local
2355 mov cl, [esi + ebx] \/\/ load cl with Prior(x) local
2420 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
2456 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
2460 mov cl, [esi + ebx] \/\/ load Prior(x) into cl local
2467 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
2471 mov cl, [edi + edx] \/\/ load Raw(x-bpp) into cl local
3125 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3161 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3165 mov cl, [esi + ebx] \/\/ load Prior(x) into cl local
3172 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3176 mov cl, [edi + edx] \/\/ load Raw(x-bpp) into cl local
3206 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3242 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3246 mov cl, [esi + ebx] \/\/ load Prior(x) into cl local
3253 mov cl, [esi + edx] \/\/ load Prior(x-bpp) into cl local
3257 mov cl, [edi + edx] \/\/ load Raw(x-bpp) into cl local
    [all...]
  /external/grub/stage2/
asm.S 1013 movb %al, %cl
1140 testb $0x3f, %cl /* 0 sectors means no disk */
1161 movb %cl, %al
1167 shrb $6, %cl
1168 movb %cl, %ah
1214 movb (%si), %cl
1215 cmpb $0, %cl /* probe failed if zero */
1255 movzbl %cl, %ebx
1260 cmpb $0, %cl
    [all...]
  /external/svox/pico/lib/
picoos.c 564 MemCellHdr cl; local
577 cl = c->leftCell;
578 if (cl->size > 0) {
581 crr->leftCell = cl;
582 cl->size = ((cl->size + c->size) + cr->size);
586 cl->size = (cl->size + c->size);
587 cr->leftCell = cl;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_clnt.c 338 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow;
474 cl=SSL_get_ciphers(s);
475 (void)sk_SSL_CIPHER_set_cmp_func(cl,ssl_cipher_ptr_id_cmp);
485 allow = cl;
489 prio = cl;
s3_enc.c 229 int is_exp,n,i,j,k,cl; local
320 cl=EVP_CIPHER_key_length(c);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
322 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 55 static cl::opt<bool> PacketizeVolatiles("hexagon-packetize-volatiles",
56 cl::ZeroOrMore, cl::Hidden, cl::init(true),
57 cl::desc("Allow non-solo packetization of volatile memory references"));
    [all...]
  /external/openssl/ssl/
s2_clnt.c 338 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow;
474 cl=SSL_get_ciphers(s);
475 (void)sk_SSL_CIPHER_set_cmp_func(cl,ssl_cipher_ptr_id_cmp);
485 allow = cl;
489 prio = cl;
s3_enc.c 229 int is_exp,n,i,j,k,cl; local
320 cl=EVP_CIPHER_key_length(c);
321 j=is_exp ? (cl < SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher) ?
322 cl : SSL_C_EXPORT_KEYLENGTH(s->s3->tmp.new_cipher)) : cl;
  /external/qemu-pc-bios/vgabios/
vgabios.c 1052 static void biosfn_set_cursor_shape (CH,CL)
1053 Bit8u CH;Bit8u CL;
1058 CL&=0x1f;
1060 curs=(CH<<8)+CL;
1065 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))
1067 if(CL!=(CH+1))
1073 CH = ((CL+1) * cheight / 8) - 2;
1075 CL = ((CL+1) * cheight / 8) - 1;
1083 outb(crtc_addr+1,CL);
1754 mov cl, #0x01 variable
1767 cmp cl, #0x04 variable
1783 mov cl, #0x01 variable
1796 cmp cl, #0x04 variable
2191 mov cl, #0x00 variable
2201 cmp cl, #0x10 variable
2292 mov cl, #0x00 variable
2305 cmp cl, #0x10 variable
2448 mov cl, al variable
2858 mov cl, [bx] variable
2859 and cl, #0x0f variable
    [all...]
  /external/valgrind/main/coregrind/
m_trampoline.S 98 cmpb %dl, %cl
104 cmpb %dl, %cl
816 movb %cl, (%edx)
823 testb %cl, %cl
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 179 sp<ProClient> cl = mProClientList[i][j].promote(); local
180 if (cl != NULL) {
181 clientsToDisconnect.push_back(cl);
753 wp<ProClient> cl = mProClientList[i][j]; local
755 sp<ProClient> clStrong = cl.promote();
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 500 java.lang.ClassLoader cl = getClassLoader(); local
503 cl, appClass, appContext);
755 ClassLoader cl = mReceiver.getClass().getClassLoader(); local
756 intent.setExtrasClassLoader(cl);
757 setExtrasClassLoader(cl);
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcat-atom.S 438 xor %cl, %cl
439 movb %cl, (%eax)
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 103 CommandLine* cl = CommandLine::ForCurrentProcess(); local
104 if (cl->HasSwitch(switches::kSyncShortInitialRetryOverride)) {
108 if (cl->HasSwitch(switches::kSyncEnableGetUpdateAvoidance)) {
  /external/chromium_org/third_party/npapi/npspy/common/
npn_gate.cpp 565 NPObject* NPN_CreateObject(NPP id, NPClass *cl)
568 logger->logCall(action_npn_create_object, (DWORD)cl);
570 NPObject *rv = NPNFuncs.createobject(id, cl);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c 798 The sizes of those arrays is expressed through cl, which is the
804 int cl, int dl)
807 n = cl-1;
825 return bn_cmp_words(a,b,cl);

Completed in 696 milliseconds

<<21222324252627282930>>