HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 201 - 225 of 2041) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 6 '''Pseudo RTL, (aka Fake Bidi) support. It simply wraps each word with
88 '''Returns a pseudo-RTL (aka Fake-Bidi) translation of the provided message.
clique.py 16 from grit import pseudo namespace
370 a pseudotranslation if there is no available translation and a pseudo-
407 return pseudo.PseudoMessage(self.GetMessage())
410 '''Returns a map of all messages that match 'lang', including the pseudo
420 pseudo.PSEUDO_LANG : tclib.Translation }
431 matches[pseudo.PSEUDO_LANG] = pseudo.PseudoMessage(self.GetMessage())
  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator.py 63 # A profile may contain pseudo files like sockets which can't be copied
72 logging.warning('Ignoring pseudo file: %s' % full_path)
  /external/eigen/Eigen/src/Core/
NoAlias.h 18 * \brief Pseudo expression providing an operator = assuming no aliasing
89 /** \returns a pseudo expression of \c *this with an operator= assuming
  /external/kernel-headers/original/linux/
mempolicy.h 118 * Maintain the policies in a pseudo mm that contains vmas. The vmas
119 * carry the policy. As a special twist the pseudo mm is indexed in pages, not
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
dos.php 33 * - Doesn't handle %%[letter] pseudo variable used inside FOR constructs
35 * - Doesn't handle %~[something] pseudo arguments.
  /external/linux-tools-perf/
builtin-bench.c 36 #define suite_all { "all", "test all suite (pseudo suite)", NULL }
75 "test all subsystem (pseudo subsystem)",
  /external/llvm/docs/CommandGuide/
tblgen.rst 87 .. option:: -gen-pseudo-lowering
89 Generate pseudo instruction lowering.
  /external/llvm/lib/Target/Hexagon/
HexagonScheduleV4.td 31 // Endloop is a pseudo instruction that is encoded with 2 bits in a packet
60 InstrItinData<PSEUDO , [InstrStage<1, [SLOT0, SLOT1, SLOT2, SLOT3]>]>,
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 25 "mips16-dont-expand-cond-pseudo",
545 MI->eraseFromParent(); // The pseudo instruction is gone now.
609 MI->eraseFromParent(); // The pseudo instruction is gone now.
674 MI->eraseFromParent(); // The pseudo instruction is gone now.
692 MI->eraseFromParent(); // The pseudo instruction is gone now.
716 MI->eraseFromParent(); // The pseudo instruction is gone now.
743 MI->eraseFromParent(); // The pseudo instruction is gone now.
761 MI->eraseFromParent(); // The pseudo instruction is gone now.
MipsSEInstrInfo.h 90 /// Expand pseudo Int-to-FP conversion instructions.
92 /// For example, the following pseudo instruction
  /external/llvm/utils/TableGen/
TableGen.cpp 64 clEnumValN(GenPseudoLowering, "gen-pseudo-lowering",
65 "Generate pseudo instruction lowering"),
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
ArrayDataPseudoInstruction.java 65 throw new RuntimeException("Invalid opcode byte for an ArrayData pseudo-instruction");
70 throw new RuntimeException("Invalid sub-opcode byte for an ArrayData pseudo-instruction");
PackedSwitchDataPseudoInstruction.java 67 throw new RuntimeException("Invalid opcode byte for a PackedSwitchData pseudo-instruction");
71 throw new RuntimeException("Invalid sub-opcode byte for a PackedSwitchData pseudo-instruction");
SparseSwitchDataPseudoInstruction.java 75 throw new RuntimeException("Invalid opcode byte for a SparseSwitchData pseudo-instruction");
79 throw new RuntimeException("Invalid sub-opcode byte for a SparseSwitchData pseudo-instruction");
  /external/valgrind/main/VEX/pub/
libvex_emwarn.h 43 emulation in some sense. The guest's pseudo-register
48 All guest states should have a 32-bit (UInt) guest_EMWARN pseudo-
  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 62 * This method writes one file data block. 'domain' is the name of the appropriate pseudo-
63 * directory to be applied for this file; 'linkdomain' is the pseudo-dir for a relative
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentGraph.h 161 /// the pseudo node which the contains it's fan-out is to the ResolveInfo
166 /// m_NumOfPNodes - number of pseudo nodes
  /libcore/crypto/src/main/java/org/conscrypt/
PRF.java 66 * Computes the value of SSLv3 pseudo random function.
98 * Computes the value of TLS pseudo random function.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 41 // Postal address for Tokyo Metropolitan City Hall (Tokyo-Tocho) as of 2009 + pseudo PO box.
53 // Pseudo PO box for test: "Sisyobako 404"
  /external/chromium_org/base/debug/
trace_event_memory.cc 24 // entries on the pseudo-stack per scope.
112 // Returns a "pseudo-stack" of pointers to trace event categories and names.
114 // trace events into N * 2 pseudo-stack entries. Thus this macro invocation:
117 // becomes this pseudo-stack:
405 // to gain a special output serializer just for pseudo-stacks.
  /frameworks/base/docs/html/tools/help/
monkey.jd 7 <a href="{@docRoot}tools/help/emulator.html">emulator</a> or device and generates pseudo-random
16 instance or on a device. It sends a pseudo-random stream of
58 which will launch your application and send 500 pseudo-random events to it:</p>
94 <td>Seed value for pseudo-random number generator. If you re-run the Monkey with the same seed
113 (Motion events consist of a down event somewhere on the screen, a series of pseudo-random
  /external/chromium_org/content/browser/
child_process_security_policy_impl.h 81 // Pseudo schemes are treated differently than other schemes because they
83 // pseudo schemes.
86 // Returns true iff |scheme| has been registered as pseudo scheme.
  /external/clang/tools/libclang/
CXCursor.h 159 /// \brief Create a "pseudo" macro expansion cursor, using a macro definition
165 /// for a normal macro expansion cursor or a "pseudo" one.
167 /// "Pseudo" macro expansion cursors (essentially a macro definition along with
  /art/compiler/llvm/
intrinsic_helper.h 43 // Pseudo-intrinsics Id

Completed in 3326 milliseconds

1 2 3 4 5 6 7 891011>>