HomeSort by relevance Sort by last modified time
    Searched refs:pseudo (Results 1 - 25 of 45) sorted by null

1 2

  /external/squashfs-tools/squashfs-tools/
pseudo.h 24 * pseudo.h
40 struct pseudo *pseudo; member in struct:pseudo_entry
44 struct pseudo { struct
52 extern struct pseudo *pseudo_subdir(char *, struct pseudo *);
53 extern struct pseudo_entry *pseudo_readdir(struct pseudo *);
56 extern struct pseudo *get_pseudo();
pseudo.c 22 * pseudo.c
37 #include "pseudo.h"
47 struct pseudo *pseudo = NULL; variable in typeref:struct:pseudo
71 * Add pseudo device target to the set of pseudo devices. Pseudo_dev
72 * describes the pseudo device attributes.
74 struct pseudo *add_pseudo(struct pseudo *pseudo, struct pseudo_dev *pseudo_dev
    [all...]
Android.mk 14 sort.h pseudo.h compressor.h xattr.h action.h error.h progressbar.h \
24 pseudo_files := pseudo.c pseudo.h error.h progressbar.h
Makefile 113 MKSQUASHFS_OBJS = mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o \
231 sort.h pseudo.h compressor.h xattr.h action.h error.h progressbar.h \
241 pseudo.o: pseudo.c pseudo.h error.h progressbar.h
mksquashfs.c 68 #include "pseudo.h"
306 void dir_scan2(struct dir_info *dir, struct pseudo *pseudo);
    [all...]
  /frameworks/base/tools/aapt/tests/
Pseudolocales_test.cpp 30 Pseudolocalizer pseudo(method);
31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end();
38 Pseudolocalizer pseudo(method);
39 String16 result = pseudo.start() + \
40 pseudo.text(String16(String8(in1))) + \
41 pseudo.text(String16(String8(in2))) + \
42 pseudo.text(String16(String8(in3))) + \
43 pseudo.end()
    [all...]
  /external/libopus/celt/tests/
test_unit_cwrs32.c 93 int pseudo; local
95 for(pseudo=1;pseudo<41;pseudo++)
104 k=get_pulses(pseudo);
  /external/llvm/test/MC/Mips/
mips-noat.s 17 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, which is not available
33 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, which is not available
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
  /external/llvm/test/MC/ARM/
ldr-pseudo-obj-errors.s 7 @with the ldr pseudo. They are tested separately from parse errors because they
ldr-pseudo.s 1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching
2 @ tests for the ldr-pseudo on darwin targets. We need separate files
85 @ Check that symbols can be loaded using ldr pseudo
ldr-pseudo-darwin.s 1 @ This test has a partner (ldr-pseudo.s) that contains matching
2 @ tests for the ldr-pseudo on linux targets. We need separate files
85 @ Check that symbols can be loaded using ldr pseudo
  /external/lldb/scripts/
disasm-gdb-remote.pl 774 my $pseudo = 0;
780 elsif ($name eq "container-regs") { $pseudo = 1; }
784 if ($byte_size == 4) {push @$registers_aref, { name => $reg_name, info => $reg32_href , pseudo => $pseudo };}
785 elsif ($byte_size == 8) {push @$registers_aref, { name => $reg_name, info => $reg64_href , pseudo => $pseudo };}
786 elsif ($byte_size == 1) {push @$registers_aref, { name => $reg_name, info => $reg8_href , pseudo => $pseudo };}
787 elsif ($byte_size == 2) {push @$registers_aref, { name => $reg_name, info => $reg16_href , pseudo => $pseudo };}
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 155 unsigned int pseudo : 1; member in struct:nv50_ir::Target::OpInfo
nv50_ir_target_nv50.cpp 157 opInfo[i].pseudo = (i < OP_MOV);
158 opInfo[i].predicate = !opInfo[i].pseudo;
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 390 // Look through pseudo-object expressions.
391 if (PseudoObjectExpr *pseudo = dyn_cast<PseudoObjectExpr>(subExpr)) {
392 subExpr = pseudo->getResultExpr();
393 assert(subExpr && "no result for pseudo-object of non-void type?");
  /external/libvncserver/webclients/novnc/
README.md 22 * Supports desktop resize notification/pseudo-encoding
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 302 opInfo[i].pseudo = (i < OP_MOV);
303 opInfo[i].predicate = !opInfo[i].pseudo;
  /external/v8/test/mjsunit/
sparse-array-reverse.js 59 // CONG pseudo random number generator. Used for fuzzing the sparse array
  /build/core/
product_config.mk 291 # Force generating resources for pseudo-locales.
292 PRODUCT_AAPT_FLAGS += --pseudo-localize
  /external/llvm/
llvm-tblgen-rules.mk 147 $(call transform-td-to-out,pseudo-lowering)
  /frameworks/base/tools/aapt/
XMLNode.cpp 216 Pseudolocalizer pseudo(pseudolocalize);
223 curString.append(pseudo.start());
232 pseudo.setMethod(pseudolocalize);
237 curString.append(pseudo.text(text));
377 curString.append(pseudo.end());
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
mootools-core-full-nocompat.js     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 52 Flow labels must be uniformly distributed (pseudo-)random numbers,
288 kernel will allocate new pseudo-random number. Otherwise, kernel will try
  /external/libunwind/doc/
libunwind-ia64.tex 75 Frame-registers are special (pseudo) registers because they always

Completed in 3622 milliseconds

1 2