HomeSort by relevance Sort by last modified time
    Searched full:pdi (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/blktrace/
blkparse.c 321 static void resize_cpu_info(struct per_dev_info *pdi, int cpu)
323 struct per_cpu_info *cpus = pdi->cpus;
324 int ncpus = pdi->ncpus;
334 get_dev_name(pdi, name, sizeof(name)), size);
342 pdi->ncpus = new_count;
343 pdi->cpus = cpus;
345 for (new_count = 0; new_count < pdi->ncpus; new_count++) {
346 struct per_cpu_info *pci = &pdi->cpus[new_count];
357 static struct per_cpu_info *get_cpu_info(struct per_dev_info *pdi, int cpu)
361 if (cpu >= pdi->ncpus
387 struct per_dev_info *pdi; local
1769 struct per_dev_info *pdi; local
1908 struct per_dev_info *pdi = NULL; local
2041 struct per_dev_info *pdi = NULL; local
2156 struct per_dev_info *pdi = NULL; local
2245 struct per_dev_info *pdi; member in struct:ms_stream
2316 struct per_dev_info *pdi = msp->pdi; local
2455 struct per_dev_info *pdi; local
2508 struct per_dev_info *pdi; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
BidiTest.txt 126 PDI; 3
145 PDI; 4
272 PDI LRE; 3
273 PDI LRO; 3
274 PDI RLE; 3
275 PDI RLO; 3
276 PDI PDF; 3
277 PDI BN; 3
355 PDI LRE; 4
356 PDI LRO;
    [all...]
  /external/icu/icu4c/source/test/testdata/
BidiTest.txt 126 PDI; 3
145 PDI; 4
272 PDI LRE; 3
273 PDI LRO; 3
274 PDI RLE; 3
275 PDI RLO; 3
276 PDI PDF; 3
277 PDI BN; 3
355 PDI LRE; 4
356 PDI LRO;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
BidiTest.txt 126 PDI; 3
145 PDI; 4
272 PDI LRE; 3
273 PDI LRO; 3
274 PDI RLE; 3
275 PDI RLO; 3
276 PDI PDF; 3
277 PDI BN; 3
355 PDI LRE; 4
356 PDI LRO;
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32KeyBoard.h 37 @param pDI
44 Win32Keyboard(InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings);
Win32Mouse.h 34 Win32Mouse( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings );
Win32JoyStick.h 34 Win32JoyStick( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings, const JoyStickInfo &info );
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 57 #define PDI U_POP_DIRECTIONAL_ISOLATE
cbididat.c 24 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */
33 /* FSI LRI RLI PDI */
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32Mouse.cpp 31 Win32Mouse::Win32Mouse( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings )
35 mDirectInput = pDI;
Win32KeyBoard.cpp 32 Win32Keyboard::Win32Keyboard( InputManager* creator, IDirectInput8* pDI, bool buffered, DWORD coopSettings )
36 mDirectInput = pDI;
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 216 } else if (cp == 0x2069) { // POP DIRECTIONAL ISOLATE (PDI)
249 } else if (cp == 0x2069) { // POP DIRECTIONAL ISOLATE (PDI)
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/libs/mips/
libgabi++_shared.so 
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/libs/mips32r6/
libgabi++_shared.so 
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/libs/x86/
libgabi++_shared.so 
  /external/icu/icu4c/source/common/
ubidiimp.h 56 PDI=U_POP_DIRECTIONAL_ISOLATE, /* 22 */
83 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
ubidi.c 452 LOOKING_FOR_PDI /* 3: found strong after FSI, looking for PDI */
554 if(dirProp==PDI) {
732 /* PDI */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterEnums.java 456 * Directional type PDI
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 808 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin();
810 for (; PDI != PDE; ++PDI) {
811 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap);
    [all...]
  /frameworks/minikin/libs/minikin/
GraphemeBreak.cpp 37 || ((c | 0xF) == 0x206F) // WJ, invisible math operators, LRI, RLI, FSI, PDI,
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/libs/armeabi/
libgabi++_shared.so 
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/libs/armeabi-v7a/
libgabi++_shared.so 
  /external/llvm/lib/Target/X86/
X86InstrSSE.td     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterEnums.java 532 * Directional type PDI
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 44 protected static final int PDI = UCharacterDirection.POP_DIRECTIONAL_ISOLATE;
50 "FSI", "LRI", "RLI", "PDI" /* new in Unicode 6.3/ICU 52 */

Completed in 4600 milliseconds

1 2 3 4 5 6 7