Searched refs:add (Results 1 - 25 of 35) sorted by relevance

12

/system/netd/
H A DNatController.cpp79 runCmd(IP_PATH, "rule add from all lookup default prio 32767");
80 runCmd(IP_PATH, "rule add from all lookup main prio 32766");
81 runCmd(IP_PATH, "-6 rule add from all lookup default prio 32767");
82 runCmd(IP_PATH, "-6 rule add from all lookup main prio 32766");
130 snprintf(cmd, sizeof(cmd), "%s rule add from %s table %d", getVersion(argv[5+i]),
135 snprintf(cmd, sizeof(cmd), "route add %s dev %s table %d", argv[5+i], intIface,
162 // add this if we are the first added nat
181 int NatController::setForwardRules(bool add, const char *intIface, const char * extIface) { argument
186 (add ? "A" : "D"),
188 if (runCmd(IPTABLES_PATH, cmd) && add) {
[all...]
/system/core/libpixelflinger/
H A Dt32cb16blend.S48 add r7, r7, r7, lsr #7 // sA + (sA >> 7)
60 add lr, r6, lr, lsr #8
70 add r6, lr, r6, lsr #(5+8)
80 add lr, r6, lr, lsr #8
93 add lr, r6, lr, lsr #8
104 add r6, lr, r6, lsr #(5+8)
114 add lr, r6, lr, lsr #8
166 add r0, r0, #4
186 add r0, r0, #4
H A Drotate90CW_4x4_16v6.S37 add r14, r3, r3
38 add r12, r2, r2
H A Dcol32cb16blend.S44 add r5, r5, r5, lsr #7 // add in top bit
/system/media/mca/filterfw/java/android/filterfw/core/
H A DRandomScheduler.java46 candidates.add(filter);
H A DFilterFactory.java71 mLibraries.add(libraryPath);
85 mPackages.add(packageName);
H A DFilterGraph.java67 mFilters.add(filter);
199 processedFilters.add(filter);
285 addedFilters.add(nullFilter);
309 targets.add(inPort);
348 sourceFilters.add(filter);
H A DFilterContext.java124 mGraphs.add(graph);
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S102 add $(TABLE - .), %ebx; \
105 add (%ebx,%ecx,4), %ebx; \
217 add $1, %edx
221 add $1, %edx
225 add $1, %edx
242 add $16, %edx
244 add %eax, %ecx
252 add %ecx, %edx
264 add $_GLOBAL_OFFSET_TABLE_, %ebx
282 add
[all...]
H A Dsse2-memset16-atom.S102 add $(TABLE - .), %ebx; \
105 add (%ebx,%ecx,4), %ebx; \
310 add $1, %edx
326 add $16, %edx
328 add %eax, %ecx
337 add %ecx, %edx
349 add $_GLOBAL_OFFSET_TABLE_, %ebx
368 add $_GLOBAL_OFFSET_TABLE_, %ebx
407 add %ecx, %edx
424 add
[all...]
/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.h64 /*! add/insert/replace items */
70 ssize_t add();
71 ssize_t add(const void* item);
140 //! add an item in the right place (or replaces it if there is one)
141 ssize_t add(const void* item);
168 ssize_t add();
H A DVector.h112 * add/insert/replace items
126 inline ssize_t add();
128 ssize_t add(const TYPE& item);
267 ssize_t Vector<TYPE>::add(const TYPE& item) { function in class:android::Vector
268 return VectorImpl::add(&item);
292 ssize_t Vector<TYPE>::add() { function in class:android::Vector
293 return VectorImpl::add();
H A DKeyedVector.h68 * add/insert/replace items
71 ssize_t add(const KEY& key, const VALUE& item);
145 ssize_t KeyedVector<KEY,VALUE>::add(const KEY& key, const VALUE& value) { function in class:android::KeyedVector
146 return mVector.add( key_value_pair_t<KEY,VALUE>(key, value) );
153 return mVector.add(pair);
H A DVectorImpl.cpp162 ssize_t VectorImpl::add() function in class:android::VectorImpl
164 return add(0);
167 ssize_t VectorImpl::add(const void* item) function in class:android::VectorImpl
483 ssize_t SortedVectorImpl::add(const void* item)
503 ssize_t err = add( reinterpret_cast<const char*>(buffer) + i*is );
H A DSortedVector.h104 //! add an item in the right place (and replace the one that is there)
105 ssize_t add(const TYPE& item);
206 ssize_t SortedVector<TYPE>::add(const TYPE& item) {
207 return SortedVectorImpl::add(&item);
/system/core/rootdir/etc/
H A Dinit.goldfish.sh5 route add default gw 10.0.2.2 dev eth0
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp579 integer_t add(a.reg, a.h, a.flags);
594 add.reg = d.reg;
596 add.reg = scratches.obtain();
599 expand(add, a, ms); // extracts and expands
604 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg);
605 else MLA(AL, 0, d.reg, v.reg, f.reg, add.reg);
608 if (temp == add.reg) {
609 // the mul will modify add.reg, we need an intermediary reg
619 ADD(AL, 0, d.reg, temp, reg_imm(add.reg, LSL, ms-as));
622 ADD(AL, 0, d.reg, temp, reg_imm(add
[all...]
H A DARMAssembler.cpp105 mComments.add(mPC, string);
110 mLabels.add(theLabel, mPC);
111 mLabelsInverseMapping.add(mPC, theLabel);
116 mBranchTargets.add(branch_target_t(label, mPC));
122 mBranchTargets.add(branch_target_t(label, mPC));
/system/extras/bugmailer/src/com/android/commands/sendbug/
H A DSendBug.java119 attachments.add(bugreportUri);
120 attachments.add(screenshotUri);
/system/media/mca/filterfw/
H A DAndroid.mk45 # to add this library to the prelink map and set this to true. However,
/system/media/mca/filterfw/native/
H A DAndroid.mk36 # add local includes
H A Dlibfilterfw.mk31 # Finally, add this directory
/system/core/libcutils/arch-arm/
H A Dmemset32.S81 add r2, r2, #32
/system/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java235 mCommands.add(new ImportPackageCommand(packageName));
242 mCommands.add(new AddLibraryCommand(libraryName));
254 mCommands.add(new AllocateFilterCommand(curClassName, curFilterName));
266 mCommands.add(new InitFilterCommand(params));
301 mCommands.add(new ConnectCommand(curSourceFilterName,
431 + "You must add a reference to this external in the host program using "
/system/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java39 * 3. Load a graph file using loadGraph() or add a graph using addGraph().
42 * Note that it is possible to add multiple graphs and runners to a single GraphEnvironment.
148 * @param graph The graph to add to the environment.
153 mGraphs.add(graphHandle);

Completed in 408 milliseconds

12