/external/chromium_org/third_party/WebKit/Source/weborigin/ |
KnownPorts.cpp | 120 3659, // apple-sasl / PasswordServer [Apple addition] 123 6665, // Alternate IRC [Apple addition] 124 6666, // Alternate IRC [Apple addition] 125 6667, // Standard IRC [Apple addition] 126 6668, // Alternate IRC [Apple addition] 127 6669, // Alternate IRC [Apple addition]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntervalSet.java | 100 protected void add(Interval addition) { 101 //System.out.println("add "+addition+" to "+intervals.toString()); 102 if ( addition.b<addition.a ) { 109 if ( addition.equals(r) ) { 112 if ( addition.adjacent(r) || !addition.disjoint(r) ) { 114 Interval bigger = addition.union(r); 129 if ( addition.startsBeforeDisjoint(r) ) { 132 iter.add(addition); [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
CombinerHeightMap.java | 54 public static final int ADDITION = 0;
76 * be either ADDITION or SUBTRACTION.
124 * be either ADDITION or SUBTRACTION.
214 * be ADDITION or SUBTRACTION.
216 * @throws JmeException if mode is not ADDITION or SUBTRACTION.
219 if (mode != ADDITION && mode != SUBTRACTION) {
245 if (mode == ADDITION) {
|
/external/compiler-rt/lib/ |
adddf3.c | 1 //===-- lib/adddf3.c - Double-precision addition ------------------*- C -*-===// 10 // This file implements double-precision soft-float addition with the IEEE-754 75 // have opposite signs, we are performing a subtraction; otherwise addition. 113 else /* addition */ { 116 // If the addition carried up, we need to right-shift the result and
|
addsf3.c | 1 //===-- lib/addsf3.c - Single-precision addition ------------------*- C -*-===// 10 // This file implements single-precision soft-float addition with the IEEE-754 74 // have opposite signs, we are performing a subtraction; otherwise addition. 112 else /* addition */ { 115 // If the addition carried up, we need to right-shift the result and
|
/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-add-04.ll | 5 ; Check addition of a variable. 19 ; Check addition of 1, which can use AGHI. 60 ; Check the next value up, which must use a register addition. 69 ; Check addition of -1, which can use AGHI. 105 ; Check the next value down, which must use a register addition.
|
atomicrmw-add-03.ll | 5 ; Check addition of a variable. 19 ; Check addition of 1, which can use AHI. 69 ; Check addition of -1, which can use AHI.
|
/external/stressapptest/src/ |
pattern.h | 117 uint32 addition = (expected ^ index); local 118 uint32 carry = (addition & crc) >> 31; 120 return crc + addition + carry;
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
cxxfiles.txt | 3 # Begin temporary addition. 10 # End temporary addition.
|
/external/chromium_org/third_party/tlslite/ |
README.chromium | 18 addition libraries. 20 data for an element in a SEQUENCE, in addition to providing the parsed
|
/external/icu4c/test/hdrtst/ |
cxxfiles.txt | 3 # Begin temporary addition. 11 # End temporary addition.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant_inline.h | 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) 70 coeff = q_value * QPx2 - Addition; 76 coeff = q_value * QPx2 + Addition; 202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) 210 sublt coeff, coeff, Addition 211 addge coeff, coeff, Addition 298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) 306 sublt coeff, coeff, Addition 307 addge coeff, coeff, Addition 483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp [all...] |
/development/samples/SkeletonApp/res/values/ |
colors.xml | 18 addition to plain color resources (retrieved via Resources.getColor()
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
OnRowAdditionAnimationListener.java | 20 * This listener is used to determine when the animation of a new row addition
|
/external/checkpolicy/ |
queue.h | 42 In addition to passing the element to f, queue_map
|
/external/chromium/base/win/ |
scoped_handle.h | 18 // The class interface matches that of ScopedStdioHandle in addition to an
|
/external/chromium/chrome/browser/chromeos/frame/ |
dom_browser.h | 17 // DOM login screens. These screens in addition to having a webpage in a DOMView
|
/external/chromium/chrome/common/web_resource/ |
web_resource_unpacker.h | 9 // it will be set up to unpack and verify image data in addition to
|
/external/chromium_org/chrome/browser/policy/ |
policy_load_status.h | 23 // the below status codes may get added in addition.
|
/external/chromium_org/chrome/test/base/ |
menu_model_test.h | 11 // A mix-in class to be used in addition to something that derrives from
|
/external/chromium_org/chrome/utility/ |
web_resource_unpacker.h | 9 // it will be set up to unpack and verify image data in addition to
|
/external/chromium_org/chromeos/network/ |
network_state_handler_observer.h | 45 // called in *addition* to NetworkConnectionStateChanged() when the
|
/external/chromium_org/components/nacl/common/ |
pnacl_types.h | 9 // nacl_types is built into nacl_helper in addition to chrome, and we don't
|
/external/chromium_org/native_client_sdk/src/examples/getting_started/simple_hello_world/ |
index.html | 21 addition, it uses the nacl_io library to remap IO to the Pepper API. This
|
/external/chromium_org/remoting/client/ |
client_config.h | 35 // should set both of these in addition to fetch_secret_callback; the
|