/external/smack/src/org/xbill/DNS/ |
DNSOutput.java | 75 jump(int index) { method in class:DNSOutput 77 throw new IllegalArgumentException("cannot jump past " +
|
DNSInput.java | 110 jump(int index) { method in class:DNSInput 112 throw new IllegalArgumentException("cannot jump past " +
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFillRow7.S | 124 BEQ jump 129 jump: label
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsCharacter.java | 176 public void jump() { method in class:PhysicsCharacter 177 character.jump();
|
/external/chromium_org/sandbox/win/src/ |
service_resolver_unittest.cc | 73 BYTE jump; member in struct:__anon10330::Code 82 EXPECT_EQ(kJump32, patched->jump);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 363 uint64_t jump; local 376 jump = pc + operand.getImm(); 382 jump = (uint64_t)operand.getImm(); 389 debug_printf("\t\t; %lu", (unsigned long)jump); 396 if (jump > max_pc && 397 jump < extent) { 398 max_pc = jump; 408 * jump to a successive address.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.cpp | 513 ir_loop_jump *const jump = (ir_loop_jump *) inst; local 514 if (jump->mode != ir_loop_jump::jump_break)
|
lower_jumps.cpp | 89 * jump back to the top, or return from the function). 138 /* minimum jump strength (of lowered IR, not pre-lowering IR) 140 * If the block ends with a jump, must be the strength of the jump. 141 * Otherwise, the jump would be dead and have been deleted before) 143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump 211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */ 264 * Note that visiting a jump does not lower it. That is the 266 * contains the jump 977 ir_jump *jump = (ir_jump *) ir->body.get_tail(); local [all...] |
ast_to_hir.cpp | 3464 ir_loop_jump *const jump = local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_debug.cpp | 363 uint64_t jump; local 376 jump = pc + operand.getImm(); 382 jump = (uint64_t)operand.getImm(); 389 debug_printf("\t\t; %lu", (unsigned long)jump); 396 if (jump > max_pc && 397 jump < extent) { 398 max_pc = jump; 408 * jump to a successive address.
|
/external/mesa3d/src/glsl/ |
loop_analysis.cpp | 513 ir_loop_jump *const jump = (ir_loop_jump *) inst; local 514 if (jump->mode != ir_loop_jump::jump_break)
|
lower_jumps.cpp | 89 * jump back to the top, or return from the function). 138 /* minimum jump strength (of lowered IR, not pre-lowering IR) 140 * If the block ends with a jump, must be the strength of the jump. 141 * Otherwise, the jump would be dead and have been deleted before) 143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump 211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */ 264 * Note that visiting a jump does not lower it. That is the 266 * contains the jump 977 ir_jump *jump = (ir_jump *) ir->body.get_tail(); local [all...] |
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.cpp | 88 const int32_t jump = (top - bottom) / (mNumPeaking + 2); local 89 int32_t centerFreq = bottom + jump/2; 93 centerFreq += jump; 97 centerFreq += jump;
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
PhysicsCharacter.java | 194 public void jump() { method in class:PhysicsCharacter 195 jump(characterId); 198 private native void jump(long characterId); method in class:PhysicsCharacter
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestPhysicsCharacter.java | 84 inputManager.addMapping("Jump",
92 inputManager.addListener(this, "Jump", "Shoot");
194 } else if (binding.equals("Jump")) {
195 physicsCharacter.jump();
|
TestQ3.java | 176 player.jump();
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloCollision.java | 135 inputManager.addMapping("Jump", new KeyTrigger(KeyInput.KEY_SPACE)); 140 inputManager.addListener(this, "Jump"); 154 } else if (binding.equals("Jump")) { 155 player.jump();
|
HelloTerrainCollision.java | 180 inputManager.addMapping("Jump", new KeyTrigger(KeyInput.KEY_SPACE)); 185 inputManager.addListener(this, "Jump"); 199 } else if (binding.equals("Jump")) { 200 player.jump();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
bootparam.h | 23 __u16 jump; member in struct:setup_header
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
bootparam.h | 23 __u16 jump; member in struct:setup_header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
bootparam.h | 23 __u16 jump; member in struct:setup_header
|
/system/extras/fatblock/ |
fat.h | 29 uint8_t jump[3]; member in struct:fat_boot_sector
|
/external/chromium_org/third_party/icu/source/common/ |
uhash.c | 315 * "jump" value (moduloing by the length again to keep it within 326 * otherwise we are not guaranteed that the jump value (the secondary 335 int32_t jump = 0; /* lazy evaluate */ local 358 if (jump == 0) { /* lazy compute jump */ 359 /* The jump value must be relatively prime to the table 363 jump = (hashcode % (hash->length - 1)) + 1; 365 theIndex = (theIndex + jump) % hash->length; [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 89 * There's no single operation to compare longs and jump, or to compare ints and 98 * that label. You can jump to a label that hasn't yet been marked (jumping 99 * forward) or to a label that has already been marked (jumping backward). Jump 100 * unconditionally with {@link #jump jump(Label)} or conditionally based on a 110 * jump, return or throw. 115 * throwable class. All statements that follow will jump to that catch clause if 120 * {@link #throwValue throwValue()}. Control flow will jump to the nearest label 338 jump(label); // blocks must end with a branch, return or throw 345 * error to jump to a label not marked on this {@code Code} 347 public void jump(Label target) { method in class:Code [all...] |
/external/icu4c/common/ |
uhash.c | 316 * "jump" value (moduloing by the length again to keep it within 327 * otherwise we are not guaranteed that the jump value (the secondary 336 int32_t jump = 0; /* lazy evaluate */ local 359 if (jump == 0) { /* lazy compute jump */ 360 /* The jump value must be relatively prime to the table 364 jump = (hashcode % (hash->length - 1)) + 1; 366 theIndex = (theIndex + jump) % hash->length;
|