HomeSort by relevance Sort by last modified time
    Searched refs:SO (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/icu4c/
icudefs.mk 124 # So we ignore the DEFS that comes from configure
202 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
219 SOBJ = $(SO)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 134 elif ch in (curses.ascii.SO, curses.KEY_DOWN): # ^n
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 134 elif ch in (curses.ascii.SO, curses.KEY_DOWN): # ^n
  /external/clang/lib/AST/
DeclCXX.cpp 549 // so completeDefinition()'s overriding of the access specifiers doesn't
654 // However, we delay setting PlainOldData to false in this case so that
787 // tracking whether this is the first non-static data member so we
790 // also make it non-standard-layout so we needn't check here.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 25 // 2. Bitwise operators with constant operands are always grouped so that
549 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO,
552 return IC->Builder->CreateCast(CI->getOpcode(), SO, I.getType());
559 if (Constant *SOC = dyn_cast<Constant>(SO)) {
565 Value *Op0 = SO, *Op1 = ConstOperand;
571 SO->getName()+".op");
574 SO->getName()+".cmp");
577 SO->getName()+".cmp");
685 // If we are going to have to insert a new computation, do so right before the
760 /// the specified offset. If so, fill them into NewIndices and return th
    [all...]
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 9 # So that you have $(top_builddir)/config.status
16 # So that $(top_builddir)/$(subdir) ~= "here"
140 $(RMV) $(LIBDIR)/$(LIB_ICUDATA_NAME)*.$(SO)* $(LIBDIR)/$(LIB_STATIC_ICUDATA_NAME).$(A)
219 cp $(ICUPKGDATA_OUTDIR)/$(LIB_ICUDATA_NAME)$(STUB_SUFFIX).$(SO) $(top_builddir)/stubdata/$(LIB_ICUDATA_NAME)$(STUB_SUFFIX).$(SO)
    [all...]
  /external/icu4c/data/
Makefile.in 9 # So that you have $(top_builddir)/config.status
16 # So that $(top_builddir)/$(subdir) ~= "here"
148 $(RMV) $(LIBDIR)/$(LIB_ICUDATA_NAME)*.$(SO)* $(LIBDIR)/$(LIB_STATIC_ICUDATA_NAME).$(A)
230 cp $(ICUPKGDATA_OUTDIR)/$(LIB_ICUDATA_NAME)$(STUB_SUFFIX).$(SO) $(top_builddir)/stubdata/$(LIB_ICUDATA_NAME)$(STUB_SUFFIX).$(SO)
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 126 memory contains no accessible areas and so all reads produce this
140 /* Scalar Timestamp. We have to store a lot of these, so there is
164 will do, so long as they are unique), but it does help ensure they
173 It is a maximum sized VTS, so has (1 << SCALARTS_N_TYMBITS)
174 ScalarTSs. So we can't make SCALARTS_N_THRBITS too large without
183 ThrID == 0 to denote an empty Thr_n_RCEC record. So ThrID == 0
228 seen, so the actual layout is:
234 So a mask for the R-bits is 0xAAAA and for the W bits is 0x5555.
297 do not expect to see any uses of .viR or .viW, so it is safe to
328 // data decls: SO //
3058 SO* so = admin_SO; local
6002 SO* so = HG_(zalloc)( "libhb.SO__Alloc.1", sizeof(SO) ); local
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 95 // + " -so: write data to stdout\n"
142 kSwitchForms[sw++] = new SwitchForm("SO", SwitchType.Simple, false);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 58 MC_CHECK_VERSION(SO, 2, 0);
455 // TODO-2012-07-02-haenellu: Can this ever happen? And if so, we should assert(), also TL might still be running.
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 23 # in LD_FLAGS so the linker should drop libc++ unless it's actually needed.
168 # SO Macro
172 # file is part of LIB_RULE, so users of the DEPS system are currently required to
183 all: $(OUTDIR)/lib$(1)_x86_32.so
184 $(OUTDIR)/lib$(1)_x86_32.so: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_32_pic)) $(4)
187 $(STAMPDIR)/$(1).stamp: $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so
188 install: $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so
189 $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so: $(OUTDIR)/lib$(1)_x86_32.so
193 GLIBC_SO_LIST += $(OUTDIR)/lib$(1)_x86_32.so
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_shader_state.c 10 * Software is furnished to do so, subject to the following conditions:
419 if (unlikely(vp->so)) {
424 * Inverting vp->so->map (output -> offset) would probably speed this up.
427 for (i = 0; i < vp->so->map_size; ++i) {
428 if (vp->so->map[i] == 0xff)
431 if (map[c] == vp->so->map[i] && !so_map[c])
435 map[m++] = vp->so->map[i];
484 if (vp->so) {
551 struct nv50_stream_output_state *so; local
556 so = nv50->gmtyprog ? nv50->gmtyprog->so : nv50->vertprog->so
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 10 * Software is furnished to do so, subject to the following conditions:
419 if (unlikely(vp->so)) {
424 * Inverting vp->so->map (output -> offset) would probably speed this up.
427 for (i = 0; i < vp->so->map_size; ++i) {
428 if (vp->so->map[i] == 0xff)
431 if (map[c] == vp->so->map[i] && !so_map[c])
435 map[m++] = vp->so->map[i];
484 if (vp->so) {
551 struct nv50_stream_output_state *so; local
556 so = nv50->gmtyprog ? nv50->gmtyprog->so : nv50->vertprog->so
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 297 /// provided for a function parameter is well-formed. If so, attach it
643 // libraries are hopefully not as broken so that we don't need these
693 // default argument, so that we leave the function parameters
705 // are all literal types. If so, return true. If not, produce a suitable
741 // constructor definition. If so, return true. If not, produce appropriate
    [all...]
SemaDecl.cpp 126 /// determine whether the name refers to a type. If so, returns an
163 // so build a dependent node to describe the type.
287 // None of the entities we found is a type, so there is no way
351 /// so, this returns the TST for the tag corresponding to it (TST_enum,
704 // Update the name, so that the caller has the new name.
741 // dependent bases, so we treat this result the same way as any other
777 // so try again after filtering out template names.
    [all...]
  /external/chromium_org/third_party/sqlite/src/
main.mk 584 TEST_EXTENSION = $(SHPREFIX)testloadext.$(SO)
605 rm -f testloadext.dll libtestloadext.so
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 123 * - Replace header.reserved with header.fromUBytesLength so that all
175 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
421 SO
446 case SO:
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 125 * - Replace header.reserved with header.fromUBytesLength so that all
177 * code point (stored as code point minus 0x10000 so that 20 bits are enough).
424 SO
449 case SO:
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 259 ???b???6?S??;????????d?9}???~?????c?ORG?3??? z??Gg?K??}z}v????k?X?"?6???~?H??7? {?'^? t??}??o?N?l???KTv>??{??NVl???7Y;?Yj??3??=?n?@??.??f??+Rr'!?8f2?????ln?)?&;NMz?0???&?\7?).x*?????\5 ?'??~??{/?]?y???(þ#jZ~?: ?a?3???={?`??]??[?w??????z????{?w6???? ??h??U$???F?'e????Z7( ?7)!??????N???D??q?"????)??qz}?_?P?????=?n??.??f??U?r(!?Xf0.???>l<?_??S???~;???./,?$ ?^k?tr???????"??N6??\????)?l??w?w?;?O???5???vW?S<v?"8????dQ??????o?O?+~?????g???3???J??=?n?'??.??f???>r)!?xd S??obP???V???#usP?/`????7@??=q:????+Czq??????d?z? ???#?o+=?????>???i}??s ???So?Vci???.???`?>? ?3?.z???????c??V?`??~&,2a?7vl zh.???~75q~????%??????uA?z]??bZUl??i|Vct:??,??%?6!????^?X??rFS?hSq?]????u1???F/??@???V?u??;??? ???c-??%_o???1,?s E????A0?7?}??;????? x???? ??? ?.Lk\ u????k??" ????4T???\Y??????:???l??qU?q??u?^?RqX?"?0???b??b???N_??]?\e@?xg??=?n?i??.??f???Jr*!??^OQv?)4??z?
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump 259 ???b???6?S??;????????d?9}???~?????c?ORG?3??? z??Gg?K??}z}v????k?X?"?6???~?H??7? {?'^? t??}??o?N?l???KTv>??{??NVl???7Y;?Yj??3??=?n?@??.??f??+Rr'!?8f2?????ln?)?&;NMz?0???&?\7?).x*?????\5 ?'??~??{/?]?y???(þ#jZ~?: ?a?3???={?`??]??[?w??????z????{?w6???? ??h??U$???F?'e????Z7( ?7)!??????N???D??q?"????)??qz}?_?P?????=?n??.??f??U?r(!?Xf0.???>l<?_??S???~;???./,?$ ?^k?tr???????"??N6??\????)?l??w?w?;?O???5???vW?S<v?"8????dQ??????o?O?+~?????g???3???J??=?n?'??.??f???>r)!?xd S??obP???V???#usP?/`????7@??=q:????+Czq??????d?z? ???#?o+=?????>???i}??s ???So?Vci???.???`?>? ?3?.z???????c??V?`??~&,2a?7vl zh.???~75q~????%??????uA?z]??bZUl??i|Vct:??,??%?6!????^?X??rFS?hSq?]????u1???F/??@???V?u??;??? ???c-??%_o???1,?s E????A0?7?}??;????? x???? ??? ?.Lk\ u????k??" ????4T???\Y??????:???l??qU?q??u?^?RqX?"?0???b??b???N_??]?\e@?xg??=?n?i??.??f???Jr*!??^OQv?)4??z?
    [all...]
h264-svc-99-640x360.rtpdump     [all...]
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 

Completed in 4860 milliseconds

1 2 3 45 6