/packages/apps/Contacts/src/com/android/contacts/group/ |
SuggestedMemberListAdapter.java | 297 protected void publishResults(CharSequence constraint, FilterResults results) {
|
/packages/apps/Gallery/src/com/android/camera/ |
Util.java | 93 * which indicates no care of the corresponding constraint.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
MoveHandler.java | 94 // It's okay for id to be null; if you apply a constraint
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 312 ErrMsg = ErrMsg + ", possible invalid constraint for vector type"; 404 ErrMsg = ErrMsg + ", possible invalid constraint for vector type"; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
GridViewTest.java | 707 protected Filter.FilterResults performFiltering(CharSequence constraint) { 712 protected void publishResults(CharSequence constraint, Filter.FilterResults results) {
|
/external/ceres-solver/internal/ceres/ |
dogleg_strategy.cc | 289 // Notice the equality in the constraint. 293 // putting x(y) back into the constraint. This results in a fourth order
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
constants.cc | 175 const QName QN_XSTREAM_RESOURCE_CONSTRAINT(true, NS_XSTREAM, "resource-constraint"); 226 const QName QN_STANZA_RESOURCE_CONSTRAINT(true, NS_STANZA, "resource-constraint");
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/ |
PhysicsSpace.java | 611 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding vehicle constraint {0} to physics space.", Long.toHexString(((PhysicsVehicle) node).getVehicleId())); 618 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing vehicle constraint {0} from physics space.", Long.toHexString(((PhysicsVehicle) node).getVehicleId())); [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
PhysicsSpace.java | 558 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding vehicle constraint {0} to physics space.", ((PhysicsVehicle) node).getVehicleId()); 566 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing vehicle constraint {0} from physics space.", ((PhysicsVehicle) node).getVehicleId()); [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 444 void formTwoOperandAlias(StringRef Constraint); 692 PrintFatalError(Loc, "missing '=' in two-operand alias constraint"); 710 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) { 713 parseTwoOperandConstraint(Constraint, TheDef->getLoc()); 895 // this implies a constraint we would not honor. [all...] |
X86RecognizableInstr.cpp | 547 const CGIOperandList::ConstraintInfo &Constraint = 549 if (Constraint.isTied()) { 551 operandMapping[Constraint.getTiedOperand()] = operandIndex; [all...] |
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 292 * NOTE: The modification/setup constraint ensures consistency between the rule definitions 293 * in the Grammar and the setup rules. It would be possible to remove this constraint and
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
DrmEngineBase.h | 112 * Get constraint information associated with input content 119 * key-value pairs of constraint are embedded in it
|
/packages/apps/Music/src/com/android/music/ |
AlbumBrowserActivity.java | 644 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { 645 String s = constraint.toString();
|
ArtistAlbumBrowserActivity.java | [all...] |
MusicPicker.java | 344 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { 346 return doQuery(true, constraint.toString());
|
PlaylistBrowserActivity.java | 629 public Cursor runQueryOnBackgroundThread(CharSequence constraint) { 630 String s = constraint.toString();
|
/external/libxml2/ |
valid.c | [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 233 case 'L': /* qemu_ld constraint */ 241 case 'S': /* qemu_st constraint */ 261 /* test if a constant matches the constraint */ [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Genres_MembersTest.java | 162 // Query with a constraint on _id. Note that _id corresponds to the _id
|
/dalvik/docs/ |
java-constraints.html | 30 constraint will fail during the Dx conversion or during verification in
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 201 * constrained particle in such way that the constraint is
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAContext.java | 50 * This looser constraint will let the conversion roam further to find
|
/external/chromium/chrome/common/net/ |
url_fetcher.cc | 152 // considering the back-off constraint of URL B, we may send out too many
|
/external/guava/guava/src/com/google/common/collect/ |
package-info.java | 190 * <li>{@link com.google.common.collect.Constraint},
|